home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 025a / cdb120.zip / MSCTEST.MAK < prev    next >
Text File  |  1991-05-20  |  222b  |  11 lines

  1. MODEL = L
  2.  
  3. test.exe:       test.dbd test.obj
  4.         link test,test,nul,msccdb$(MODEL)/NOI/CO;
  5.  
  6. test.dbd:       test.ddl
  7.         ddlp test
  8.  
  9. test.obj:       test.c
  10.         cl /c /A$(MODEL) /Zp /W3 /Zi /Od test.c
  11.